home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr47 / fn32_3.zip / LS.DOC < prev    next >
Text File  |  1993-02-07  |  2KB  |  35 lines

  1. Usage: ls
  2.     [-abdgiklnpqrstxABCFNQRSUX1] [path...]
  3.  
  4.   Switch-------------------Meaning
  5.   a, +all                  List all files.
  6.   b, +escape               Quote nongraphic characters.
  7.   d, +directory            List directory name, not contents.
  8.   g,                       Ignored for Unix compatibility.
  9.   i, +inode                Print index number of each file.
  10.   k, +kilobytes            Print file sizes in kilobyte blocks.
  11.   l, +format=long          Print in long format.
  12.   m, +format=commas        List files horizontally, separated by commas.
  13.   p                        Put '/' after each directory, if not multi-col.
  14.   r, +reverse              Sort in reverse order.
  15.   s, +size                 Print the size of each file in blocks allocated.
  16.   t, +sort=time            Sort directory contents by timestamp.
  17.   x, +format=across        Multi-column, sorted horizontally.
  18.   A, +almost-all           List all files except for '.' and '..'.
  19.   B, +ignore-backups       Do not list files that end with '~'.
  20.   C, +format=vertical      Multi-column, sorted vertically.
  21.   F, +classify             Tag the file type of each file.
  22.   N, +literal              Do not quote file names.
  23.   Q, +quote-name           Enclose file names in double quotes.
  24.   R, +recursive            List the contents of directories recursively.
  25.   S, +sort=size            Sort directory contents by file size.
  26.   U, +sort=none            Do not sort directory contents.
  27.   X, +sort=extension       Sort directory contents by file extension.
  28.   1, +format=single-column List one file per line.
  29.   w, +width cols           Assume screen width to be 'cols' wide.
  30.   T. +tabsize cols         Assume that each tabstop is 'cols' wide.
  31.   I, +ignore pattern       Do not list files that match 'pattern'.
  32.  
  33.     ls does not use the '/**/*' feature in fn32argv. It does its own
  34.     recursion.
  35.